Pages: [1] |
1. Looking for code to calculate number of jumps between two points. - in EVE Technology Lab [original thread]
You can use BFS if you just want the shortest route, but you'll want to use Dijkstra's algorithm in order to do high/low sec - apparently security status is used to simulate distance, and in that way you can get that working as well. If anyone ha...
- by Dale Cussler - at 2004.11.03 23:04:00
|
2. Looking for code to calculate number of jumps between two points. - in EVE Technology Lab [original thread]
You can use BFS if you just want the shortest route, but you'll want to use Dijkstra's algorithm in order to do high/low sec - apparently security status is used to simulate distance, and in that way you can get that working as well. If anyone ha...
- by Dale Cussler - at 2004.11.03 23:04:00
|
3. Looking for code to calculate number of jumps between two points. - in EVE Technology Lab [original thread]
You can use BFS if you just want the shortest route, but you'll want to use Dijkstra's algorithm in order to do high/low sec - apparently security status is used to simulate distance, and in that way you can get that working as well. If anyone ha...
- by Dale Cussler - at 2004.11.03 23:04:00
|
4. In game websites - in EVE Technology Lab [original thread]
For a list of things that the EVE browser supports: http://www.mcdee.net/eve/html.html /Dale
- by Dale Cussler - at 2003.07.20 18:28:00
|
5. Trusted Sites - in EVE Technology Lab [original thread]
Well, the key is that first off, you should check the actual http headers that got sent along with the request - I'm not sure in PHP how to do it, but with mod_perl you do it like this: my $r=Apache->request(); my $trusted=$r->header_in('...
- by Dale Cussler - at 2003.07.08 20:18:00
|
6. Trusted Sites - in EVE Technology Lab [original thread]
Well, the key is that first off, you should check the actual http headers that got sent along with the request - I'm not sure in PHP how to do it, but with mod_perl you do it like this: my $r=Apache->request(); my $trusted=$r->header_in('...
- by Dale Cussler - at 2003.07.08 20:18:00
|
7. Trusted Sites - in EVE Technology Lab [original thread]
What language are you using? Would help :p /Dale
- by Dale Cussler - at 2003.07.05 22:48:00
|
8. Trusted Sites - in EVE Technology Lab [original thread]
What language are you using? Would help :p
- by Dale Cussler - at 2003.07.05 22:48:00
|
Pages: [1] |
First page | Previous page | Next page | Last page |